Re: [PATCH] btrfs-progs: tests, use non-interactive sudo helper

2015-01-19 Thread Qu Wenruo
Original Message Subject: [PATCH] btrfs-progs: tests, use non-interactive sudo helper From: David Sterba To: Date: 2015年01月20日 02:11 Sudo may not be configured to run without user prompt, in that case the tests would be stuck. Reported-by: Qu Wenruo Signed-off-by: David

[PATCH] btrfs-progs: tests, use non-interactive sudo helper

2015-01-19 Thread David Sterba
Sudo may not be configured to run without user prompt, in that case the tests would be stuck. Reported-by: Qu Wenruo Signed-off-by: David Sterba --- tests/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common b/tests/common index 84a4b9d335e2..d7d2e9bef050 1006