aboutsummaryrefslogtreecommitdiffstats
path: root/t/24-wait-for-mounted.t
diff options
context:
space:
mode:
Diffstat (limited to 't/24-wait-for-mounted.t')
-rw-r--r--t/24-wait-for-mounted.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/24-wait-for-mounted.t b/t/24-wait-for-mounted.t
index 2f09f10..ef6f006 100644
--- a/t/24-wait-for-mounted.t
+++ b/t/24-wait-for-mounted.t
@@ -23,7 +23,7 @@ my $fake_device = create_fake_media(3);
if (!$auto_mounted) {
my $tmp_dir = tempdir(CLEANUP => 1);
- system("echo 'sleep 4; mount /dev/$fake_device $tmp_dir' | at now >& /dev/null");
+ system("echo 'sleep 4; mount /dev/$fake_device $tmp_dir' | at -M now >& /dev/null");
}
my $cdroms = Hal::Cdroms->new;