#!/bin/sh
../src/dbus-test-runner --dbus-config ../../tests/../data/session.conf --task ../../tests/test-wait-outputer --task-name output --ignore-return --wait-until-complete | tee ./test-wait-output.output
grep ^output: ./test-wait-output.output | tail -n +2 > ./test-wait-output.output-only
sed -e s/output:\ //g ./test-wait-output.output-only > ./test-wait-output.filtered
diff ../../tests/test-wait-output.reference ./test-wait-output.filtered
