aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 8119e70..16308ba 100755
--- a/test.sh
+++ b/test.sh
@@ -31,6 +31,6 @@ do
rm -f measurements.txt
ln -s $sample measurements.txt
- diff <(./calculate_average.sh) ${sample%.txt}.out
+ diff <("./calculate_average_$1.sh") ${sample%.txt}.out
done
rm measurements.txt