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.
1 parent 1eb8573 commit 1bae0e1Copy full SHA for 1bae0e1
test/cmdlineTests/~evmasm_import_export/test.sh
@@ -5,12 +5,10 @@ set -euo pipefail
5
source "${REPO_ROOT}/scripts/common.sh"
6
7
SOLTMPDIR=$(mktemp -d -t "cmdline-test-evmasm-import-export-XXXXXX")
8
-(
9
- cd "$SOLTMPDIR"
10
- if ! "$REPO_ROOT/scripts/ASTImportTest.sh" evm-assembly
11
- then
12
- rm -r "$SOLTMPDIR"
13
- fail
14
- fi
15
-)
+cd "$SOLTMPDIR"
+if ! "$REPO_ROOT/scripts/ASTImportTest.sh" evm-assembly
+then
+ rm -r "$SOLTMPDIR"
+ fail
+fi
16
rm -r "$SOLTMPDIR"
0 commit comments