mirror of
https://git.dpkg.org/git/dpkg/dupload.git
synced 2025-04-18 16:26:05 +00:00
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Run the install-time test suite
|
|
make installcheck
|