Skip to content

Commit

Permalink
Revert "Fix referrers test"
Browse files Browse the repository at this point in the history
This reverts commit e31a483. Unnecessary after 0be8cc1.
  • Loading branch information
edolstra authored and dramforever committed Nov 27, 2021
1 parent 1157ff1 commit 219c280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/referrers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ echo "making registration..."

set +x
for ((n = 0; n < $max; n++)); do
storePath=$NIX_STORE_DIR/$(printf "%05d\n" $n)aaaaaaaaaaaaaaaaaaaaaaaaaaa-$n
storePath=$NIX_STORE_DIR/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-$n
echo -n > $storePath
ref2=$NIX_STORE_DIR/$(printf "%05d\n" $((n+1)))aaaaaaaaaaaaaaaaaaaaaaaaaaa-$((n+1))
ref2=$NIX_STORE_DIR/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-$((n+1))
if test $((n+1)) = $max; then
ref2=$reference
fi
Expand Down

0 comments on commit 219c280

Please sign in to comment.