Add tests/dummy

This commit is contained in:
Eelco Dolstra 2021-07-07 11:30:35 +02:00
parent 02dd6bb610
commit 6060ea1b0e
3 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -76,7 +76,6 @@ perl/Makefile.config
# /tests/
/tests/test-tmp
/tests/common.sh
/tests/dummy
/tests/result*
/tests/restricted-innocent
/tests/shell

1
tests/dummy Normal file
View File

@ -0,0 +1 @@
Hello World

View File

@ -35,5 +35,3 @@ nix-store --init
# Did anything happen?
test -e "$NIX_STATE_DIR"/db/db.sqlite
echo 'Hello World' > ./dummy