[gegl] tests: Make python tests executable



commit fb99403aa0837faec62c400ebcf464378dcaafe9
Author: Jon Nordby <jononor gmail com>
Date:   Tue Jul 31 18:48:47 2012 +0200

    tests: Make python tests executable

 tests/python/test-gegl-node.py |    1 +
 tests/python/test-gegl.py      |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/python/test-gegl-node.py b/tests/python/test-gegl-node.py
index b17abe4..be2c675 100755
--- a/tests/python/test-gegl-node.py
+++ b/tests/python/test-gegl-node.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """ This file is part of GEGL
  *
  * GEGL is free software; you can redistribute it and/or
diff --git a/tests/python/test-gegl.py b/tests/python/test-gegl.py
old mode 100644
new mode 100755
index 97b6789..6d28dfb
--- a/tests/python/test-gegl.py
+++ b/tests/python/test-gegl.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """ This file is part of GEGL
  *
  * GEGL is free software; you can redistribute it and/or



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]