summaryrefslogtreecommitdiffstats
path: root/pactest/tests/smoke001.py
diff options
context:
space:
mode:
Diffstat (limited to 'pactest/tests/smoke001.py')
-rw-r--r--pactest/tests/smoke001.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pactest/tests/smoke001.py b/pactest/tests/smoke001.py
index 71a08d3f..c6636391 100644
--- a/pactest/tests/smoke001.py
+++ b/pactest/tests/smoke001.py
@@ -12,7 +12,7 @@ for i in range(1000):
_list = []
[_list.append(p.filename()) for p in self.localpkgs]
-self.args = "-A %s" % " ".join(_list)
+self.args = "-U %s" % " ".join(_list)
self.addrule("PACMAN_RETCODE=0")
#for i in range(1000):