From 2f846f3f6cd2889c092f9604a59e1249af0a78cf Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Sun, 13 Sep 2015 21:21:46 -0700
Subject: [PATCH] Fix test script

---
 ci/run-travis.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/run-travis.sh b/ci/run-travis.sh
index b025db34..dcaa5566 100644
--- a/ci/run-travis.sh
+++ b/ci/run-travis.sh
@@ -16,7 +16,7 @@ if [ "$TARGET" = "arm-linux-androideabi" ]; then
   # within that image.
   docker pull alexcrichton/rust-libc-test
   docker run -v `pwd`:/clone -t alexcrichton/rust-libc-test sh ci/run.sh $TARGET
-elif [ "$TARGET" = "x86_64-unknown-linux-gnu" ]; then
+elif [ "$TARGET" = "x86_64-unknown-linux-musl" ]; then
   curl -sO https://people.mozilla.org/~acrichton/libc-test/2015-09-08/x86_64-unknown-linux-musl.tar.gz | \
     tar xzf -C $HOME/rust/lib/rustlib
   sh ci/run.sh $TARGET
-- 
GitLab