From fdca8cb09ee330813c41fd1bd20b2795a0a30e04 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Tue, 6 Sep 2016 13:21:06 +0200 Subject: HTTP/2 tests: Remove execute permissions from source files Source (.cpp and .h) files should not be executable. Change-Id: I021d8733185d73d071fcaf3df7e529862a490b63 Reviewed-by: Timur Pocheptsov --- tests/auto/network/access/http2/http2srv.cpp | 0 tests/auto/network/access/http2/http2srv.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tests/auto/network/access/http2/http2srv.cpp mode change 100755 => 100644 tests/auto/network/access/http2/http2srv.h (limited to 'tests/auto/network/access/http2') diff --git a/tests/auto/network/access/http2/http2srv.cpp b/tests/auto/network/access/http2/http2srv.cpp old mode 100755 new mode 100644 diff --git a/tests/auto/network/access/http2/http2srv.h b/tests/auto/network/access/http2/http2srv.h old mode 100755 new mode 100644 -- cgit v1.2.3