Code

test-lib: Work around missing sum on Windows
[git.git] / t / test-lib.sh
index 4eda5aba4b48eb871e684ccd9cd1b6e42439f025..4720b9a92b560ede0bf7171d6f9eb6827e19bdcf 100644 (file)
@@ -646,5 +646,8 @@ case $(uname -s) in
        find () {
                /usr/bin/find "$@"
        }
+       sum () {
+               md5sum "$@"
+       }
        ;;
 esac