Skip to content
Snippets Groups Projects
Commit aeee6675 authored by Baruta Daniel Mihail's avatar Baruta Daniel Mihail
Browse files

Update test 1

parent 9b0410a7
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ test_err() ...@@ -15,7 +15,7 @@ test_err()
local temp_output='' local temp_output=''
temp_output="$(mktemp)" temp_output="$(mktemp)"
timeout "$TIMEOUT_DURATION" xargs -a ./input/input1 -0 -I{} bash -c "$EXECUTABLE {} > $temp_output 2>&1" timeout "$TIMEOUT_DURATION" bash -c "$EXECUTABLE {} > $temp_output 2>&1"
diff -Zq "$temp_output" "./references/ref1" > /dev/null 2>&1 diff -Zq "$temp_output" "./references/ref1" > /dev/null 2>&1
return $? return $?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment