From b7fedf2eef6be7226370d8f52c5df76a5408fa90 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 29 May 2022 13:47:51 +0100 Subject: [PATCH] d/tests/installed-tests: Fail on unset variable references --- debian/tests/installed-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/installed-tests b/debian/tests/installed-tests index 954d02d8dd..8cf5ea2a89 100755 --- a/debian/tests/installed-tests +++ b/debian/tests/installed-tests @@ -2,7 +2,7 @@ # autopkgtest check: Run the installed-tests to verify GTK works correctly # Based on glib2.0's d/tests/installed-tests, (C) 2013 Canonical Ltd. -set -e +set -eu # Disable gvfs if it happens to be installed. We want to test the built-in # stuff -- 2.30.2