tests: Drop some dead code from test-common.sh
Left behind by commit c594b6120
"tests: New helper cmp_out1".
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
4a1ec06364
commit
e823a4f055
1 changed files with 0 additions and 2 deletions
|
@ -298,8 +298,6 @@ cmp_out1()
|
|||
[ ! -e "$act" ] && return
|
||||
exp=/dev/null
|
||||
;;
|
||||
*.status) exp=sandbox/ok.status; echo 0 >sandbox/ok.status ;;
|
||||
*) exp=/dev/null ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue