projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f82cc78
)
tests: Fix error message when using a wrapper for the first time.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 11 Apr 2016 00:45:13 +0000
(17:45 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 11 Apr 2016 00:45:13 +0000
(17:45 -0700)
tests/testsuite.in
patch
|
blob
|
history
diff --git
a/tests/testsuite.in
b/tests/testsuite.in
index be9aa305f30d05f079c4d83b6a36d782bbd055eb..ef11e91931898359dfffadfaf847b7c1cd1642ca 100644
(file)
--- a/
tests/testsuite.in
+++ b/
tests/testsuite.in
@@
-9,7
+9,7
@@
m4_ifndef([AT_SKIP_IF],
m4_divert_text([PREPARE_TESTS], [dnl
if test X"$RUNNER" != X; then
wrapper_dir=`pwd`/wrappers
- rm "$wrapper_dir"/*
+ rm
-f
"$wrapper_dir"/*
test -d "$wrapper_dir" || mkdir "$wrapper_dir"
wrap_dir () {