mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
10 lines
205 B
Plaintext
Executable File
10 lines
205 B
Plaintext
Executable File
. ../../../testutils.sh
|
|
|
|
export IDRIS2_PREFIX=$test_dir/currently/nonexistent/dir/
|
|
|
|
export IDRIS2_INC_CGS=
|
|
|
|
idris2 --install ./testpkg.ipkg | sed -r "s/.([0-9]){10}//g" | filter_test_dir
|
|
|
|
rm -rf currently
|