diff options
| author | J08nY | 2021-04-10 14:54:57 +0200 |
|---|---|---|
| committer | J08nY | 2021-04-10 15:00:08 +0200 |
| commit | 5ed1f3f15acb12617dc7da25ec2642a0f70cbf12 (patch) | |
| tree | 45e8797a479f8db9b8d02019bc03482685cde972 /test/common.sh | |
| parent | 7e3be900daaae1586ac4a53192dfc7bcc18da34e (diff) | |
| download | ecgen-5ed1f3f15acb12617dc7da25ec2642a0f70cbf12.tar.gz ecgen-5ed1f3f15acb12617dc7da25ec2642a0f70cbf12.tar.zst ecgen-5ed1f3f15acb12617dc7da25ec2642a0f70cbf12.zip | |
Diffstat (limited to 'test/common.sh')
| -rw-r--r-- | test/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common.sh b/test/common.sh index c7fbb6e..42978a3 100644 --- a/test/common.sh +++ b/test/common.sh @@ -40,4 +40,4 @@ strip_num() { canonical_num() { num=$(strip_num "$1") echo "ibase=16;${num^^}" | bc -}
\ No newline at end of file +} |
