summaryrefslogtreecommitdiff
path: root/tests/scripts/options
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-12-08 20:13:50 +0000
committerPaul Smith <psmith@gnu.org>1999-12-08 20:13:50 +0000
commit1a35bfb45b3dfbd38c583247a90a21c3b10ccafa (patch)
tree7bf18f5dc4e35fc80b9c28e7e0b82d996065c510 /tests/scripts/options
parent4d5c556f00ae97b16696cc1ff779ac8e45d6fc27 (diff)
downloadgunmake-1a35bfb45b3dfbd38c583247a90a21c3b10ccafa.tar.gz
* Various changes and fixes. See ChangeLog.
Diffstat (limited to 'tests/scripts/options')
-rw-r--r--tests/scripts/options/dash-n2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scripts/options/dash-n b/tests/scripts/options/dash-n
index 02d7f07..73e946e 100644
--- a/tests/scripts/options/dash-n
+++ b/tests/scripts/options/dash-n
@@ -58,4 +58,6 @@ $answer = "$make_name: `a' is up to date.\n";
$answer = "$make_name: `a' is up to date.\n";
&compare_output($answer, &get_logfile(1));
+unlink('a', 'b', 'c');
+
1;