Skip to content

Commit 281f1d2

Browse files
committed
fix swapon command in tests
1 parent 5ab067c commit 281f1d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/targets/mount/tasks/swapfile_freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@
136136

137137
- name: Swap on all (try to restore pre-test state)
138138
command:
139-
cmd: swapoff -a
139+
cmd: swapon -a

tests/integration/targets/mount/tasks/swapfile_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@
151151

152152
- name: Swap on all (try to restore pre-test state)
153153
command:
154-
cmd: swapoff -a
154+
cmd: swapon -a

0 commit comments

Comments
 (0)