diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-05-30 06:55:28 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-05-30 06:55:28 +0100 |
commit | e65fc4b791951f31d11510b3e214acb42b91730d (patch) | |
tree | 1680a03a7797c7d83b73b12772e3d7bab2e41d81 /tests/myed_test.sh | |
parent | 652ef404582555d9f7fca855424108a57cdea3ad (diff) |
delete_lines refactoredrefactor
Diffstat (limited to 'tests/myed_test.sh')
-rwxr-xr-x | tests/myed_test.sh | 2 |
1 files changed, 2 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 |