Compare commits
2 commits
3dc0ad8ccf
...
a169ebd579
Author | SHA1 | Date | |
---|---|---|---|
|
a169ebd579 | ||
b663651c76 |
1 changed files with 25 additions and 26 deletions
5
test.sh
5
test.sh
|
@ -5,7 +5,7 @@ set -e
|
|||
echo "PWD: $PWD"
|
||||
ls -l
|
||||
ls -l target
|
||||
SKIP="./target/debug/skip"
|
||||
SKIP="./target/skip"
|
||||
DIFF="diff -u --color"
|
||||
|
||||
if test ! -x $SKIP ; then
|
||||
|
@ -14,8 +14,7 @@ if test ! -x $SKIP; then
|
|||
fi
|
||||
|
||||
echo "> skip a line when reading from stdin"
|
||||
INPUT=$(
|
||||
cat <<EOF
|
||||
INPUT=$(cat<<EOF
|
||||
line 1
|
||||
line 2
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue