From 2ea06887de6ce12c7ee6f16acad2ecde68510d57 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 29 May 2018 16:27:57 -0400 Subject: test/librefetch: Verify that it doesn't complain about backup=() entries [ci-skip] https://labs.parabola.nu/issues/1186 --- test/librefetch-test.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/librefetch-test.sh') diff --git a/test/librefetch-test.sh b/test/librefetch-test.sh index 8018784..fc92079 100644 --- a/test/librefetch-test.sh +++ b/test/librefetch-test.sh @@ -76,11 +76,15 @@ it_runs_with_mksource() { touch src-libre/foo/file # Run librefetch - makepkg -g + makepkg -g >& log.txt # Verify that no temporary files were left around not test -e librefetch.* + # Verify that there were no warnings about missing backup=() + # files + not grep -F etc/testpkg.conf log.txt + # Verify: # - The srcball was created... # - ... and is in the correct directory -- cgit v1.2.2