diff options
Diffstat (limited to 'tests/functional/test-libstoreconsumer.sh')
-rw-r--r-- | tests/functional/test-libstoreconsumer.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/test-libstoreconsumer.sh b/tests/functional/test-libstoreconsumer.sh new file mode 100644 index 000000000..8a77cf5a1 --- /dev/null +++ b/tests/functional/test-libstoreconsumer.sh @@ -0,0 +1,6 @@ +source common.sh + +drv="$(nix-instantiate simple.nix)" +cat "$drv" +out="$(./test-libstoreconsumer/test-libstoreconsumer "$drv")" +cat "$out/hello" | grep -F "Hello World!" |