Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
a7104f59
Commit
a7104f59
authored
Feb 16, 2003
by
Niels Möller
Browse files
diff -q is not portable.
Redirect to /dev/null instead. Rev: src/argp/testsuite/permute-test:1.3
parent
d4430095
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/argp/testsuite/permute-test
View file @
a7104f59
...
...
@@ -18,7 +18,7 @@ die () {
for
args
in
"-v foo bar"
\
"-v -v foo bar"
"-v foo -v bar"
"-v foo bar -v"
\
"foo -v bar -v"
"foo bar -v -v"
"foo -v -v bar"
;
do
./ex3
$args
| diff
-q
- test.out
||
die
"Test failed with args
$args
"
./ex3
$args
| diff - test.out
>
/dev/null
||
die
"Test failed with args
$args
"
done
exit
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment