[hackers] [sbase] tests/ed: Fix 0008-ed.sh and 0009-ed.sh || Roberto E. Vargas Caballero
commit 8adf85e686e8b95d00879e2882b2d925dbdbd681
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.net>
AuthorDate: Fri Dec 12 20:36:03 2025 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.net>
CommitDate: Fri Dec 12 20:36:03 2025 +0100
tests/ed: Fix 0008-ed.sh and 0009-ed.sh
diff --git a/tests/0008-ed.sh b/tests/0008-ed.sh
index a9c7f85..a01fbf0 100755
--- a/tests/0008-ed.sh
+++ b/tests/0008-ed.sh
_AT_@ -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
index c620416..0ae59d9 100755
--- a/tests/0009-ed.sh
+++ b/tests/0009-ed.sh
_AT_@ -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
Received on Fri Dec 12 2025 - 20:36:41 CET
This archive was generated by hypermail 2.3.0
: Fri Dec 12 2025 - 20:48:34 CET