mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
12 lines
183 B
Bash
12 lines
183 B
Bash
#!/bin/bash -e
|
|
|
|
source test/test.bash
|
|
|
|
PATH=$PWD/bin:$PATH
|
|
source bash+ :std
|
|
|
|
ok $? '`source bash+` works'
|
|
|
|
is "$BASHPLUS_VERSION" '0.0.7' 'BASHPLUS_VERSION is 0.0.7'
|
|
|
|
done_testing 2
|