summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-05-30 06:55:28 +0100
committerKatolaZ <katolaz@freaknet.org>2018-05-30 06:55:28 +0100
commite65fc4b791951f31d11510b3e214acb42b91730d (patch)
tree1680a03a7797c7d83b73b12772e3d7bab2e41d81 /tests
parent652ef404582555d9f7fca855424108a57cdea3ad (diff)
delete_lines refactoredrefactor
Diffstat (limited to 'tests')
-rwxr-xr-xtests/myed_test.sh2
-rw-r--r--tests/testlist.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/myed_test.sh b/tests/myed_test.sh
index 4c551a4..c81679d 100755
--- a/tests/myed_test.sh
+++ b/tests/myed_test.sh
@@ -14,6 +14,8 @@ while read EDFILE EDSOURCE; do
FILE1=$(tempfile)
FILE2=$(tempfile)
+ #cat ${EDFILE} | /bin/ed ${EDSOURCE} > ${FILE1} 2>&1
+ #cat ${EDFILE} | ../myed ${EDSOURCE} > ${FILE2} 2>&1
cat ${EDFILE} | /bin/ed ${EDSOURCE} > ${FILE1} 2>/dev/null
cat ${EDFILE} | ../myed ${EDSOURCE} > ${FILE2} 2>/dev/null
diff --git a/tests/testlist.txt b/tests/testlist.txt
index df9ca98..d55ef3a 100644
--- a/tests/testlist.txt
+++ b/tests/testlist.txt
@@ -2,3 +2,4 @@ test_addr.ed pippo.c
#test_pippo.ed oejn
test_incr.ed pippo.c
test_insapp.ed pippo.c
+test_del.ed pippo.c