Skip to content

Commit

Permalink
Use simple mv since we dont need the -u flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Dec 23, 2024
1 parent 9c52d4d commit 7f562ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scripts/download-ethereum-client-test-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ fi
mkdir -p tmp
wget -O - tmp/ethereum_client_test https://github.com/moondance-labs/polkadot-sdk/archive/$polkadot_release.tar.gz | tar -xz --strip=6 "polkadot-sdk-$polkadot_release/bridges/snowbridge/pallets/ethereum-client/tests/fixtures"
# remove for a clean move
rm -rf tmp/ethereum_client_test
mv -u fixtures tmp/ethereum_client_test
rm -rf tmp/ethereum_client_test
mv fixtures tmp/ethereum_client_test
echo $polkadot_release > tmp/ethereum_client_test/latest_version.txt

0 comments on commit 7f562ff

Please sign in to comment.