summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfull_IO/full_IO.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/full_IO/full_IO.sh b/full_IO/full_IO.sh
index 48acf20..8d882bd 100755
--- a/full_IO/full_IO.sh
+++ b/full_IO/full_IO.sh
@@ -119,7 +119,7 @@ fi
echo Running the test...
H=$PWD
cd $SCENARIO_PATH
-$H/$scenario_cmd -s $NUMBER
+$scenario_cmd -s $NUMBER
cd $H
exit 0