diff options
Diffstat (limited to 'tests/runtime/automatic-lvm-dmcrypt-install-sda')
-rw-r--r-- | tests/runtime/automatic-lvm-dmcrypt-install-sda/perform_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtime/automatic-lvm-dmcrypt-install-sda/perform_test.sh b/tests/runtime/automatic-lvm-dmcrypt-install-sda/perform_test.sh index 006307f..cf9c88f 100644 --- a/tests/runtime/automatic-lvm-dmcrypt-install-sda/perform_test.sh +++ b/tests/runtime/automatic-lvm-dmcrypt-install-sda/perform_test.sh @@ -8,7 +8,7 @@ aiftest mount '/dev/mapper/cryptpool-cryptroot on / type xfs (rw)' aiftest mount '/dev/mapper/cryptpool-crypthome on /home type xfs (rw)' for i in /etc/ / /root/ /home/ /var/ do - aiftest file "$i"/test_file + aiftest file "$i"test_file done aiftest file /usr/bin/ssh aiftest nofile /sbin/mkfs.reiserfs |