From ede3437ced4701b43b056ef91d92db30bb773222 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Thu, 17 Jun 2010 23:06:41 -0400 Subject: [PATCH] Windows: Fix test on lib/editline --- lib/editline/NTMakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/editline/NTMakefile b/lib/editline/NTMakefile index 5b220b1ab..55ab8aaa5 100644 --- a/lib/editline/NTMakefile +++ b/lib/editline/NTMakefile @@ -53,8 +53,6 @@ clean:: test-binaries: $(OBJ)\testit.exe run-test: - cd $(OBJ) - testit.exe - cd $(SRC)\lib\editline + echo Please run $(OBJ)\testit.exe interactively to test. test:: test-binaries run-test