We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74cc138 + 6f01881 commit c0a7810Copy full SHA for c0a7810
t/t0021-archive-cmd.t
@@ -2,8 +2,6 @@
2
3
test_description='Test flux-archive'
4
5
-. `dirname $0`/content/content-helper.sh
6
-
7
. `dirname $0`/sharness.sh
8
9
test_under_flux 2
@@ -15,7 +13,7 @@ umask 022
15
13
16
14
# Usage: randbytes bytes
17
randbytes() {
18
- dd if=/dev/random bs=$1 count=1
+ dd if=/dev/urandom bs=$1 count=1
19
}
20
21
test_expect_success 'flux archive create --badopt prints unrecognized option' '
@@ -86,7 +84,7 @@ test_expect_success 'flux archive list works' '
86
84
test_cmp list.exp list.out
87
85
'
88
test_expect_success 'flux archive list -l works' '
89
- flux archive list --l >list_l.out &&
+ flux archive list -l >list_l.out &&
90
cat >list_l.exp <<-EOT &&
91
f 0644 2048 testfile2
92
d 0755 0 testdir
0 commit comments