Skip to content

Commit

Permalink
t/t1004-kvs-namespace.t: Remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Apr 11, 2018
1 parent f4e0b7e commit 6e428d1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions t/t1004-kvs-namespace.t
Original file line number Diff line number Diff line change
Expand Up @@ -402,14 +402,6 @@ test_expect_success 'kvs: put - fails across multiple namespaces' '
! flux kvs put ns:${NAMESPACEPREFIX}-1/$DIR.puttest.a=1 ns:${NAMESPACEPREFIX}-2/$DIR.puttest.b=2
'

test_expect_success 'kvs: namespace prefix works with ls' '
flux kvs ls ns:${NAMESPACEPREFIX}-1/. | sort >output &&
cat >expected <<EOF &&
test
EOF
test_cmp expected output
'

# Note double period, will be resolved in issue #1391 fix
test_expect_success 'kvs: namespace prefix works with dir' '
flux kvs dir ns:${NAMESPACEPREFIX}-1/. | sort >output &&
Expand Down

0 comments on commit 6e428d1

Please sign in to comment.