aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-05-20 13:44:13 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-05-20 13:44:13 +1200
commit2f6208af089ee01cf378ff677fde3f38406e4ac0 (patch)
tree8cedaf8ae17171d311bd5b5646f1ddd9f7fbdaba
parenta46e7a49e642c9b5b9f2bcbf8367c888714c7e93 (diff)
downloadpgm-interlace-2f6208af089ee01cf378ff677fde3f38406e4ac0.tar.xz
Fix temporary disablement of log deletion
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 6770d02..9252823 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -75,6 +75,6 @@ for i in {pass,error,xfail}/*.sh ; do
;;
esac
- rm -f "$out" # "$log"
+ rm -f "$out" "$log"
popd > /dev/null
done