mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Enable the test suite to actually run. Currently this results in: 12 failed, 782 passed in 915.04s (0:15:15)
8 lines
211 B
Bash
8 lines
211 B
Bash
--- tools/install-reqs.sh.orig 2023-05-10 11:30:52 UTC
|
|
+++ tools/install-reqs.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
pushd examples/playbooks/collections >/dev/null
|
|
MISSING=()
|