12 lines
170 B
Bash
Executable File
12 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
# Test driver for exiv2.exe --verbose --version
|
|
|
|
source ./functions.source
|
|
|
|
( cd "$testdir"
|
|
runTest exiv2 --verbose --version
|
|
)
|
|
|
|
# That's all Folks!
|
|
##
|