diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-07-07 11:30:35 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-07-07 11:30:35 +0200 |
commit | 6060ea1b0e4346a632b218d74b68ab18c20e100e (patch) | |
tree | dd1da027aaa1af494be8d394e5affdd23ada1e80 | |
parent | 02dd6bb610e55a009cd7a4c83639698d3a7acaa2 (diff) |
Add tests/dummy
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | tests/dummy | 1 | ||||
-rw-r--r-- | tests/init.sh | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 2e14561fe..5f402dbc3 100644 --- a/.gitignore +++ b/.gitignore @@ -76,7 +76,6 @@ perl/Makefile.config # /tests/ /tests/test-tmp /tests/common.sh -/tests/dummy /tests/result* /tests/restricted-innocent /tests/shell diff --git a/tests/dummy b/tests/dummy new file mode 100644 index 000000000..557db03de --- /dev/null +++ b/tests/dummy @@ -0,0 +1 @@ +Hello World diff --git a/tests/init.sh b/tests/init.sh index 1a6ccb6fe..6e45a939f 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -35,5 +35,3 @@ nix-store --init # Did anything happen? test -e "$NIX_STATE_DIR"/db/db.sqlite - -echo 'Hello World' > ./dummy |