mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-25 22:40:50 +00:00

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.
11 lines
184 B
Bash
Executable File
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
|