Compare commits
2 commits
a169ebd579
...
3dc0ad8ccf
Author | SHA1 | Date | |
---|---|---|---|
|
3dc0ad8ccf | ||
bef0389ce6 |
1 changed files with 26 additions and 25 deletions
5
test.sh
5
test.sh
|
@ -5,7 +5,7 @@ set -e
|
|||
echo "PWD: $PWD"
|
||||
ls -l
|
||||
ls -l target
|
||||
SKIP="./target/skip"
|
||||
SKIP="./target/debug/skip"
|
||||
DIFF="diff -u --color"
|
||||
|
||||
if test ! -x $SKIP; then
|
||||
|
@ -14,7 +14,8 @@ 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