aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-08-23 11:03:37 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-08-23 11:20:47 -0400
commitc3c7edcb35ddcaac84c3b599e5ed414e5252a755 (patch)
tree1a5ac3c622737abd4fcefd8109394596d339623a /tests
parenta120a5da24d8bc7bfb644667f9925346351028d2 (diff)
downloade2fsprogs-c3c7edcb35ddcaac84c3b599e5ed414e5252a755.tar.gz
tune2fs, mke2fs: clarify proceed delay question
The explanation of the what happens after delaying N seconds is ambiguous. Clarify what happens. Addresses-Debian-Bug: #857336 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/t_dangerous/expect12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/t_dangerous/expect b/tests/t_dangerous/expect
index 3bae8fafd..a9903b750 100644
--- a/tests/t_dangerous/expect
+++ b/tests/t_dangerous/expect
@@ -37,15 +37,15 @@ Pass 5: Checking group summary information
Exit status is 0
tune2fs -O metadata_csum test.img
Enabling checksums could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N)
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N)
Exit status is 1
tune2fs -I 512 test.img
Resizing inodes could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N)
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N)
Exit status is 1
tune2fs -U random test.img
Setting UUID on a checksummed filesystem could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N)
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N)
Exit status is 1
Change in FS metadata:
@@ -58,7 +58,7 @@ Pass 5: Checking group summary information
Exit status is 0
tune2fs -O metadata_csum test.img
Enabling checksums could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N)
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N)
This operation requires a freshly checked filesystem.
Please run e2fsck -fD on the filesystem.
@@ -76,11 +76,11 @@ Pass 5: Checking group summary information
tune2fs -I 512 test.img
Resizing inodes could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N) Setting inode size 512
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N) Setting inode size 512
Exit status is 0
tune2fs -U f0f0f0f0-f0f0-f0f0-f0f0-f0f0f0f0f0f0 test.img
Setting UUID on a checksummed filesystem could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N) Exit status is 0
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N) Exit status is 0
Backing up journal inode block information.