Index: tests/run_cgpt_tests.sh |
diff --git a/tests/run_cgpt_tests.sh b/tests/run_cgpt_tests.sh |
index 2dcca9970c2696e67fe2f4ec495a39ca1288ad48..b70af2f3046f5db705ccbf16ee062640170b836a 100755 |
--- a/tests/run_cgpt_tests.sh |
+++ b/tests/run_cgpt_tests.sh |
@@ -9,7 +9,7 @@ |
# Load common constants and variables. |
. "$(dirname "$0")/common.sh" |
-GPT=${1:-../cgpt/cgpt} |
+GPT=$1 |
[ -x "$GPT" ] || error "Can't execute $GPT" |
warning "testing $GPT" |