From dedeb96eb744b70baec7b86901a6efa8256d04e3 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 2 Feb 2016 19:48:38 +0100 Subject: [PATCH 1/1] Save File test: Restore permissions after test This avoids annoyance when debugging. --- tests/data/file.at | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/data/file.at b/tests/data/file.at index 4479a48017..4efea3a2cf 100644 --- a/tests/data/file.at +++ b/tests/data/file.at @@ -41,6 +41,8 @@ error: Creating temporary file to replace directory/foobar.sav: Permission denie error: Error opening `directory/foobar.sav' for writing as a system file: Permission denied. ]) +chmod 700 directory + AT_CLEANUP -- 2.30.2