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"
|
echo "PWD: $PWD"
|
||||||
ls -l
|
ls -l
|
||||||
ls -l target
|
ls -l target
|
||||||
SKIP="./target/debug/skip"
|
SKIP="./target/skip"
|
||||||
DIFF="diff -u --color"
|
DIFF="diff -u --color"
|
||||||
|
|
||||||
if test ! -x $SKIP ; then
|
if test ! -x $SKIP ; then
|
||||||
|
@ -14,8 +14,7 @@ if test ! -x $SKIP; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "> skip a line when reading from stdin"
|
echo "> skip a line when reading from stdin"
|
||||||
INPUT=$(
|
INPUT=$(cat<<EOF
|
||||||
cat <<EOF
|
|
||||||
line 1
|
line 1
|
||||||
line 2
|
line 2
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue