Revert "Fix referrers test"

This reverts commit e31a48366f. Unnecessary after 0be8cc1466.
This commit is contained in:
Eelco Dolstra 2021-10-15 16:58:21 +02:00
parent 10f9a8e77d
commit a594d1afd5
1 changed files with 2 additions and 2 deletions

View File

@ -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