summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Raymond <kraymond@avencall.com>2012-07-04 13:47:37 +0200
committerKévin Raymond <kraymond@avencall.com>2012-07-04 13:47:37 +0200
commit66f39be70a77523933b0fcd78f86dfdc49b8c1f4 (patch)
treecf48b3a4602470b68ba5eee56254c79d2a6bf618
parente87a37c806fe5d44861cc324019a7159b16a52fa (diff)
path
-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