From 010b7360a7f3aecb75e812327a7f9cc1e5af5be4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 15 Aug 2013 16:59:54 +0000 Subject: Use print-architecture instead of arch -m in tests --- yarns/implementations.yarn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yarns') diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn index fa31d372..cfb744f7 100644 --- a/yarns/implementations.yarn +++ b/yarns/implementations.yarn @@ -64,10 +64,11 @@ another to hold a chunk. mkdir "$DATADIR/gits/morphs" + arch=$(run_morph print-architecture) cat << EOF > "$DATADIR/gits/morphs/test-system.morph" name: test-system kind: system - arch: $(uname -m) + arch: $arch strata: - name: test-stratum repo: test:morphs -- cgit v1.2.1