fwupd/libfwupdplugin/tests/spawn.sh
Richard Hughes 2d00cda464 Remove PLUGINBUILDDIR and use G_TEST_SRCDIR and G_TEST_BUILDDIR instead
This allows us to override the location we load data files from, which
allows us to do more kinds of installed tests in the future.

Also, move the global data/tests content into the place that it is used
as it was getting impossible to manage.
2021-10-21 18:36:22 +01:00

11 lines
184 B
Bash
Executable File

#!/bin/sh
echo "this is a test"
sleep 1
echo "this is another line1"
echo "this is another line2"
echo "this is another line3"
echo "this is another line4"
sleep 1
echo "done!"
exit 0