aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_diff.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_diff.sh')
-rw-r--r--tests/test_diff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_diff.sh b/tests/test_diff.sh
index ec0f1d0..8e938de 100644
--- a/tests/test_diff.sh
+++ b/tests/test_diff.sh
@@ -9,7 +9,7 @@ gcc -Wl,-z,noexecstack -o a.out main.s
if [[ ! -f input ]]; then
touch input
fi
-./a.out < input > output
+./a.out "$@" < input > output
exit_code=$?
if [[ $exit_code -ne 0 ]]; then