commit 8adf85e686e8b95d00879e2882b2d925dbdbd681
parent 325953bd2cd1e1fd43a8cf8f9e1b49c32e5b818b
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date: Fri, 12 Dec 2025 20:36:03 +0100
tests/ed: Fix 0008-ed.sh and 0009-ed.sh
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/tests/0008-ed.sh b/tests/0008-ed.sh
@@ -7,7 +7,6 @@ tmp=tmp.$$
trap 'rm -f $tmp' EXIT
trap 'rm -f $tmp; kill -KILL $$' HUP INT TERM
-../ed <<EOF > /dev/null
../ed -s <<EOF > /dev/null
0a
This is important
diff --git a/tests/0009-ed.sh b/tests/0009-ed.sh
@@ -1,6 +1,5 @@
#!/bin/sh
-ed -s /dev/null <<EOF | (read a && test $a == 1)
../ed -s /dev/null <<EOF | (read a && test $a == 1)
a
1