URI: 
       tests/ed: Fix 0008-ed.sh and 0009-ed.sh - sbase - suckless unix tools
  HTML git clone git://git.suckless.org/sbase
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 8adf85e686e8b95d00879e2882b2d925dbdbd681
   DIR parent 325953bd2cd1e1fd43a8cf8f9e1b49c32e5b818b
  HTML 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:
         M tests/0008-ed.sh                    |       1 -
         M tests/0009-ed.sh                    |       1 -
       
       2 files changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR 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
   DIR 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