[gedit] Fix setup-document-saver for the unit tests
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Fix setup-document-saver for the unit tests
- Date: Sun, 16 Mar 2014 18:40:39 +0000 (UTC)
commit a1908801539873479f32ab156908bb11f6fcbf64
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Mar 16 19:38:49 2014 +0100
Fix setup-document-saver for the unit tests
The unowned directory was actually owned by the user because the group
was not set.
tests/setup-document-saver.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/setup-document-saver.sh b/tests/setup-document-saver.sh
index 4e35d32..ed6b296 100755
--- a/tests/setup-document-saver.sh
+++ b/tests/setup-document-saver.sh
@@ -19,7 +19,7 @@ fi
mkdir "$UNOWNED_DIRECTORY"
touch "$UNOWNED_FILE"
-sudo chown nobody "$UNOWNED_DIRECTORY"
+sudo chown nobody:nobody "$UNOWNED_DIRECTORY"
sudo touch "$UNOWNED_GROUP"
sudo chgrp root "$UNOWNED_GROUP"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]