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:
Markus Armbruster 2020-07-28 06:21:46 +02:00
parent 4a1ec06364
commit e823a4f055

View file

@ -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