aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/cli/testproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/testproj b/test/cli/testproj
index 8686224e..d03932fb 100755
--- a/test/cli/testproj
+++ b/test/cli/testproj
@@ -12,7 +12,7 @@ usage()
}
if test -z "${EXE}"; then
- EXE=../../src/cs2cs
+ EXE=../../src/proj
fi
if test ! -x ${EXE}; then