diff options
| author | David Phillips <dbphillipsnz@gmail.com> | 2016-05-20 13:44:13 +1200 |
|---|---|---|
| committer | David Phillips <dbphillipsnz@gmail.com> | 2016-05-20 13:44:13 +1200 |
| commit | 2f6208af089ee01cf378ff677fde3f38406e4ac0 (patch) | |
| tree | 8cedaf8ae17171d311bd5b5646f1ddd9f7fbdaba | |
| parent | a46e7a49e642c9b5b9f2bcbf8367c888714c7e93 (diff) | |
| download | pgm-interlace-2f6208af089ee01cf378ff677fde3f38406e4ac0.tar.xz | |
Fix temporary disablement of log deletion
| -rwxr-xr-x | test/test.sh | 2 |
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 |
