2 files changed, 2 insertions(+), 2 deletions(-)
M t/0001
M t/0006
M t/0001 => t/0001 +1 -1
@@ 8,5 8,5 @@ out="/tmp/$$/out"
mkdir $dir || exit 2
./ksudbf <example/input >"$out"
-diff "$out" example/solution || { echo $$; exit 1; }
+diff "$out" example/solution || { echo /tmp/$$; exit 1; }
rm -r $dir
M t/0006 => t/0006 +1 -1
@@ 112,6 112,6 @@ export EDITOR="cat"
# Note the double newline after the first command, test command repetition.
printf "%s\n\n%s\n%s\n%s\n%s\n" "n 2" s p 44 e | \
./ksudhints -p example/input -s example/solution > "$out"
-diff -u "$out" "$expected" || { echo $$; exit 1; }
+diff -u "$out" "$expected" || { echo /tmp/$$; exit 1; }
rm -r $dir