tests/rootless.sh: drop set -x

It seems that set -x was temporarily added as a debug measure, but
slipped into the final commit.

Remove it, for the sake of test logs brevity.

Fixes: 9f656dbb11
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2023-05-12 10:40:14 -07:00
parent f075e26bdb
commit 67bc4bc240
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash -x #!/bin/bash
# Copyright (C) 2017 SUSE LLC # Copyright (C) 2017 SUSE LLC
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");